text: Fix a documentation mishap
authorTimm Bäder <mail@baedert.org>
Sat, 17 Oct 2020 06:02:18 +0000 (08:02 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 22 Oct 2020 15:46:34 +0000 (17:46 +0200)
gtk/gtktext.c

index 7117ae39c6772b50e1aeaf363dc4a76956956942..cb06561b77e527d2a96384682bdee5bb543e9b06 100644 (file)
@@ -3236,7 +3236,7 @@ gtk_text_grab_focus (GtkWidget *widget)
  * Causes @self to have keyboard focus.
  *
  * It behaves like gtk_widget_grab_focus(),
- * except that it doesn't select the contents of the self.
+ * except that it doesn't select the contents of @self.
  * You only want to call this on some special entries
  * which the user usually doesn't want to replace all text in,
  * such as search-as-you-type entries.